home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Home CD Sampler / Microsoft Home CD Sampler.iso / multi / explora / xpleuro.dxr / 00186.ls < prev    next >
Encoding:
Text File  |  1995-09-30  |  193 b   |  10 lines

  1. on exitFrame
  2.   global AVIisOK
  3.   set AVIisOK to findAVI()
  4.   put AVIisOK
  5.   if AVIisOK = 0 then
  6.     puppetSprite(15, 1)
  7.     set the castNum of sprite 15 to the number of cast "blank"
  8.   end if
  9. end
  10.